'Declaration Public Function New( _
ByVal nameThe name of barcode element.As String, _
ByVal itemsThe items of the barcode element.As System.Collections.Generic.IEnumerable(Of BarcodeElement) _
)
public BarcodeCompositeElement(
string name,
System.Collections.Generic.IEnumerable<BarcodeElement> items
)
public: BarcodeCompositeElement(
string* name,
System.Collections.Generic.IEnumerable<BarcodeElement*>* items
)
public:
BarcodeCompositeElement(
string^ name,
System.Collections.Generic.IEnumerable<BarcodeElement^>^ items
)
Parameters
- name
- The name of barcode element.
- items
- The items of the barcode element.